]> Git Repo - J-u-boot.git/blobdiff - include/version.h
test: spl: Add functions to create images
[J-u-boot.git] / include / version.h
index b56d2e9900b8309c66d3f265ab73b03ebd46137e..5955b21e89043a342ed139dc0bf13bfd08debbd1 100644 (file)
@@ -1,29 +1,14 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  * (C) Copyright 2000-2006
  * Wolfgang Denk, DENX Software Engineering, [email protected].
- *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
  */
 
 #ifndef        __VERSION_H__
 #define        __VERSION_H__
 
-#include "version_autogenerated.h"
+#ifndef DO_DEPS_ONLY
+#include "generated/version_autogenerated.h"
+#endif
 
 #endif /* __VERSION_H__ */
This page took 0.025733 seconds and 4 git commands to generate.