Restore the "GPL licensing not permitted" in GLUT license headers.
[haiku.git] / headers / os / package / PackageFlags.h
blob9c3720dfb3e9784b9af5d0e86b4a500df6fb352f
1 /*
2 * Copyright 2011, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _PACKAGE__PACKAGE_FLAGS_H_
6 #define _PACKAGE__PACKAGE_FLAGS_H_
9 namespace BPackageKit {
12 enum {
13 B_PACKAGE_FLAG_APPROVE_LICENSE = 1ul << 0,
14 // will trigger display and approval of license before installation
15 B_PACKAGE_FLAG_SYSTEM_PACKAGE = 1ul << 1,
16 // marks package as system package (i.e. belonging into /boot/system)
20 } // namespace BPackageKit
23 #endif // _PACKAGE__PACKAGE_FLAGS_H_