mirror of
https://github.com/QuasarApp/backward-cpp.git
synced 2025-04-26 02:34:31 +00:00
Attribute Copyright to Google Inc.
This commit is contained in:
parent
a2fb893277
commit
2104840c1d
@ -1,6 +1,6 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
<bombela@gmail.com>
|
||||
Copyright 2013 Google Inc. All Rights Reserved.
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
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
|
||||
|
@ -325,5 +325,12 @@ struct ResolvedTrace: public TraceWithLocals {
|
||||
|
||||
## 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.
|
||||
|
||||
### Disclaimer
|
||||
|
||||
Although this project is owned by Google Inc. this is not a Google supported or
|
||||
affiliated project.
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* _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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
|
Loading…
x
Reference in New Issue
Block a user