mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-04-27 10:54:32 +00:00
Attribute Copyright to Google Inc.
This commit is contained in:
parent
a2fb893277
commit
2104840c1d
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# CMakeLists.txt
|
# CMakeLists.txt
|
||||||
# Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
# Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
The MIT License (MIT) Copyright (c) 2013 François-Xavier Bourlet
|
Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
<bombela@gmail.com>
|
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
@ -325,5 +325,12 @@ struct ResolvedTrace: public TraceWithLocals {
|
|||||||
|
|
||||||
## Contact and copyright
|
## Contact and copyright
|
||||||
|
|
||||||
François-Xavier Bourlet <bombela@gmail.com>.
|
François-Xavier Bourlet <bombela@gmail.com>
|
||||||
|
|
||||||
|
Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
MIT License.
|
MIT License.
|
||||||
|
|
||||||
|
### Disclaimer
|
||||||
|
|
||||||
|
Although this project is owned by Google Inc. this is not a Google supported or
|
||||||
|
affiliated project.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* backward.hpp
|
* backward.hpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* _test_main.cpp
|
* _test_main.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/compile.cpp
|
* test/compile.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/divbyzero.cpp
|
* test/divbyzero.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/fib.cpp
|
* test/fib.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/invalidread.cpp
|
* test/invalidread.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/invalidread.cpp
|
* test/invalidread.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/minitrace.cpp
|
* test/minitrace.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/segfault.cpp
|
* test/segfault.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/simplerecursive.cpp
|
* test/simplerecursive.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/smalltrace.cpp
|
* test/smalltrace.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/suicide.cpp
|
* test/suicide.cpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* test/test.hpp
|
* test/test.hpp
|
||||||
* Copyright © 2013 François-Xavier 'Bombela' Bourlet <bombela@gmail.com>
|
* Copyright 2013 Google Inc. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user